You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > FPDF Method > Probabilities.FPDF Method ([In] TDenseMtxVec, int, int, [In] TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.FPDF Method ([In] TDenseMtxVec, int, int, [In] TDenseMtxVec)

Fisher(F) PDF (vectorized).

Syntax
C#
Visual Basic
public static void FPDF([In] TDenseMtxVec X, int Nu1, int Nu2, [In] TDenseMtxVec Res);
Parameters 
Description 
[In] TDenseMtxVec X 
Defines distribution domain, real vector or matrix with positive real values or zeros. 
int Nu1 
Defines distribution degrees of freedom. Nu1 must be a positive integer. 
int Nu2 
Defines distribution degrees of freedom. Nu2 must be a positive integer. 
[In] TDenseMtxVec Res 
After calculation stores the PDF calculated from X, Nu1 and Nu2. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!